Skip to main content

updateDebt

Update or insert the properties of a single debt

GraphQL Schema

extend type mutation {
"""Update or insert the properties of a single debt"""
updateDebt(input: UpdateDebtInput): UpdateDebtPayload
}

Arguments

NameTypeDescription
input[UpdateDebtInput](/04-reference/05-Input Objects/UpdateDebtInput.mdx)

Response Shape

This mutation returns UpdateDebtPayload

NameTypeDescription
successBoolean!Whether the mutation was successful
errorErrorTypeError information
debtDebt